projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cca0d4
)
(speedbar-obj-do-check): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 10 Jul 2002 09:45:18 +0000
(09:45 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 10 Jul 2002 09:45:18 +0000
(09:45 +0000)
lisp/speedbar.el
patch
|
blob
|
history
diff --git
a/lisp/speedbar.el
b/lisp/speedbar.el
index 4d33cb78b9c03adde2473a7f420e6fc86b7d1dd9..1ef7bde0659eda70f5528f3370b179f2a69d3cd0 100644
(file)
--- a/
lisp/speedbar.el
+++ b/
lisp/speedbar.el
@@
-563,7
+563,7
@@
current file, and the FILENAME of the file being checked."
(defcustom speedbar-obj-do-check t
"*Non-nil check all files in speedbar to see if they have an object file.
Any file checked out is marked with `speedbar-obj-indicator', and the
-marking is based on
`speedbar-obj-alist'."
+marking is based on `speedbar-obj-alist'."
:group 'speedbar-vc
:type 'boolean)